home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 1 / BBS in a box - Trilogy I.iso / Files / Publish / Photoshop / Plug-in Modules / Code / DialogUtilities.r < prev    next >
Encoding:
Text File  |  1993-04-28  |  1.1 KB  |  52 lines  |  [TEXT/MPS ]

  1. /******************************************************************************/
  2.  
  3. resource 'ALRT' (16990, purgeable)
  4.     {
  5.     {0, 0, 100, 320},
  6.     16990,
  7.         {
  8.         OK, visible, sound1;
  9.         OK, visible, sound1;
  10.         OK, visible, sound1;
  11.         OK, visible, sound1
  12.         }
  13.     };
  14.  
  15. resource 'DITL' (16990, purgeable)
  16.     {
  17.         {
  18.         {60, 210, 80, 280},   Button { enabled, "OK" },
  19.         {10, 20, 42, 52},      Icon { disabled, 0 },
  20.         {10, 62, 42, 300},      StaticText { disabled,
  21.                               "An integer between ^0 and ^1 is required." }
  22.         }
  23.     };
  24.  
  25. /******************************************************************************/
  26.  
  27. resource 'ALRT' (16991, purgeable)
  28.     {
  29.     {0, 0, 120, 320},
  30.     16991,
  31.         {
  32.         OK, visible, sound1;
  33.         OK, visible, sound1;
  34.         OK, visible, sound1;
  35.         OK, visible, sound1
  36.         }
  37.     };
  38.  
  39. resource 'DITL' (16991, purgeable)
  40.     {
  41.         {
  42.         {80, 210, 100, 280},  Button { enabled, "OK" },
  43.         {10, 20, 42, 52},      Icon { disabled, 0 },
  44.         {10, 62, 58, 300},      StaticText { disabled,
  45.                               "An integer between ^0 and ^1 is required.  "
  46.                               "Closest value inserted." }
  47.         }
  48.     };
  49.  
  50. /******************************************************************************/
  51.  
  52.